This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
CGI variable ~August Desboosiburoni 27.May.03 05:02 PM a Web browser Domino Designer All ReleasesWindows 2000
Klaus,
1) Use the CGI variable "HTTP_Accept_language" on your startpage to find out which languages the browser client accepts (as specified by HTTP headers). You will get a list of language codes like this "en-us,en-gb;q=0.7"
2) If you know the accepted languages you can use this to redirect the user to the correct frameset. You can use for example the $$HTMLHead field for building the correct frameset.